home *** CD-ROM | disk | FTP | other *** search
- # Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
- #
- # Permission to use, copy, modify, and distribute this material
- # for any purpose and without fee is hereby granted, provided
- # that the above copyright notice and this permission notice
- # appear in all copies, and that the name of Bellcore not be
- # used in advertising or publicity pertaining to this
- # material without the specific, prior written permission
- # of an authorized representative of Bellcore. BELLCORE
- # MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
- # OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
- # WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
- #
- # Prototype Mailcap file
- # Note that support for text & multipart are "built in" to metamail,
- # as are rudimentary support for message, and application.
- # However, any of these may be overridden in mailcap.
- #
- # Note that users may override or extend this with a .mailcap
- # file in their own directory. However, there is NO NEED
- # for them to copy entries from this file, as metamail will
- # pick up entries from both the system and personal mailcap files.
- #
- # audio/basic is 8 bit per sample, 8000 samples/s, u-law (not linear) transfer
- # function. The highest bit is a sign bit, as required by the Amiga.
- audio/basic; playUlawSound %s; label="An audio fragment";\
- compose="svxToUlaw %s"
- image/gif; GIF_view %s TIME 30000; label="A GIF Image"; compose="ilbmToGIF %s"
- image/jpeg; showJPEG %s; label="A JPEG Image"; compose="getfilename JPEG %s"
- image/pbm; showPBM %s
- #image/pgm; ppmtoilbm -hamif | fakePipe Mostra
- image/pgm; showPGM %s
- #image/x-xbitmap; xbmtopbm | ppmtoilbm | fakePipe Mostra
- image/x-xbitmap; showXBitmap %s
- #image/x-xwd; xwdtopnm | ppmtoilbm -hamif | fakePipe Mostra
- image/x-xwd; showXWD %s
- image/xwd; showXWD %s
- message/partial; showpartial %s %{id} %{number} %{total}
- #text/plain; Less %s
- text/plain; Leggi %s PORTNAME LEGGIMIME
- #text/richtext; richtext -f %s | Less
- text/richtext; showRichtext %s
- #x-be2; ezview %s | Less
- x-be2; showEz %s
- # If you have an interactive Postscript interpreter, you should think carefully
- # before replacing lpr with it in the following line, because PostScript
- # can be an enormous security hole. It is RELATIVELY harmless
- # when sent to the printer...
- #application/postscript ; lpr %s ; label="A Postscript File";\
- # compose="getfilename Postscript %s"
- application/postscript; post s:init.ps %s screen size y1100xo70yo80d100b mem f100000;\
- label="A Postscript File"; compose="getfilename Postscript %s"
-